Xbasic

A5.QUERY_ENUM Function

Syntax

A5.Query_Enum(C lastname|N object_enum_flags)

Operation_List as C = A5.QUERY_ENUM( [ object_enum_flags as N ] )

Next_Operation as C = A5.QUERY_ENUM( lastname as C )

Arguments

Operation_List

Full filenames for the query operations stored in the currently open database.

Next_Operation

The next operation of the type.

object_enum_flags

Optional. Default = Null.

Null = Operation name, full path, and filename.
2 = Operation name
4 = Operation type, layout name, full path, and filename
8 = Quoted operation name, full path, and filename.
12 = Operation type, quoted operation name, full path, and filename formatted for tree control.
lastname

The quoted name of an operation.

Description

The A5.QUERY_ENUM() method returns a carriage return-line feed separated list of all of the query operations in the database.

Example

Refer to A5.APPEND_ENUM().

See Also